From d8c9074e1bc8c21e0a47ef89dfa24cd1af67a766 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 30 Sep 2005 09:17:07 +0100 Subject: [PATCH] Fix typos I introduced into tpmfront driver. --- linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c b/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c index dadb866568..8fc6a4b501 100644 --- a/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c +++ b/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c @@ -293,9 +293,9 @@ static void destroy_tpmring(struct tpmfront_info *info, struct tpm_private *tp) tp->tx = NULL; } - if (tpm->irq) + if (tp->irq) unbind_evtchn_from_irqhandler(tp->irq, NULL); - tp->evtchn = tpm->irq = 0; + tp->evtchn = tp->irq = 0; } -- 2.30.2